home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00318.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  247 b   |  12 lines

  1. on exitFrame
  2.   if programmersKey() then
  3.     if (the mouseH > 502) and (the mouseH < 512) then
  4.       if (the mouseV > 374) and (the mouseV < 384) then
  5.         go(the frame + 1)
  6.         exit
  7.       end if
  8.     end if
  9.   end if
  10.   go("Print Poster")
  11. end
  12.